this gives a reasonable initial project view in Xcode.
this gives a resaonable order to compilation.
${SOURCES} ${ALL_FMTS} ${FILTERS} ${SUPPORT} ${SHAPE} ${ZLIB} ${JEEPS} ${RESOURCES}
)
+list(SORT SOURCES)
+list(SORT HEADERS)
+
# We don't care about stripping things out of the build. Full monty, baby.
add_definitions(-DMAXIMAL_ENABLED)
add_definitions(-DFILTERS_ENABLED)
SOURCES += $$ALL_FMTS $$FILTERS $$SUPPORT $$JEEPS
+SOURCES = $$sorted(SOURCES)
+HEADERS = $$sorted(HEADERS)
+
# We don't care about stripping things out of the build. Full monty, baby.
DEFINES += MAXIMAL_ENABLED
DEFINES += FILTERS_ENABLED